NevronOpenVision
Nevron.Nov.UI Namespace / NSelection<TItem> Class / ClickSelect Method
item to select
ClickSelect Method (NSelection<TItem>)
Performs a click node selection.
Syntax
public virtual void ClickSelect( 
   TItem item
)

Parameters

item
item to select
Remarks
This method takes into account the current Control and Shift key states and performs the following actions:

1. If the CTRL key is pressed it will toggle the node selection state

2. If the SHIFT key is pressed it will milti select the node

3. If no key modifier is pressed and the node is not already selected it will single select it

Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

See Also